home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / miscobj / bottle_rum.tik next >
Encoding:
Text File  |  2002-10-21  |  540 b   |  27 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52            // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
  5.     path models/miscobj/bottles
  6.     skelmodel bottle_rum.skd
  7.     surface bottle_rum shader bottle_rum
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname interactobject
  15.         setsize "-4 -4 0" "4 4 8"
  16.         killedeffect "" // tiki to spawn when it's destroyed
  17.         hiteffect "" // tiki to spawn when it's hit
  18.     }
  19. }
  20.  
  21. animations
  22. {
  23.     idle     bottle_rum.skc
  24. }
  25.  
  26. /*QUAKED interactobject_decor_bottle-whiskey (0.0 0.75 0.5) (-8 -8 0) (8 8 16)
  27. */